(C) 1996 AROS - The Amiga Replacement OS
// returns 1 atoi (" \t +1"); // returns 1 atoi ("1"); // returns -1 atoi (" \n -1");